Developer --> Technical Publications
PATH  Mac OS X Server Documentation > Mac OS X Server Release Notes


[Back]

MacOS X Server Release Notes Copyright \xa9 1998 by Apple Computer, Inc. All Rights Reserved.

MacOS X Server Developer Release Notes:
Core OS Runtime

This file contains release notes for Release 1.0 of the Mac OS X Core OS Runtime. The Core OS Runtime constitutes the environment and conventions under which applications run.

Notes Specific to Developer Release

Known Problems

These new bugs have appeared since the Developer Release.

Reference

2218060

Problem

Divide by zero behaviour is architecture-dependent.

Description

Perform an integer divide by zero results in different behaviour depending on the CPU architecture. On Intel processors, a SIGFPE signal will be sent to the offending process. On PPC processors, the SIGFPE is not sent. This inconsistency will be resolved in future releases.